html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	/* overflow-x: hidden;*/
	min-width: 1200px;
	font-size: 16px;
}

* {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: "思源黑体","方正黑体";
	/*,"PingFang SC", Microsoft YaHei, Arial, sans-serif*/
	background-color: #fff;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

article,
header,
main,
menu,
nav,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	/*���������»���*/
	background-color: transparent;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline: 0;
}

ul,
li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: middle;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #aaaaaa;
}

.toHidden {
	overflow: hidden !important;
	height: 100% !important;
}


/*header*/

.header {
  background:  rgba(76,135,198,1);
	background: linear-gradient(270deg,rgba(61,110,163,1) 0%,rgba(76,135,198,1) 100%);
	color: #fff;
}

.header .container {
	height: 64px;
	position: relative;
}

.header .logo {
	width: 170px;
	position: absolute;
	/*top: 0;*/
	left: 0;
	z-index: 12;
	line-height: 64px;
}

.header .logo img {
	width: 50px;
}
.header .logo span,.header .logo:focus span, .header .logo:hover span{
	color: #fff;
	font-size: 16px;
}

.golW {
	display: inline-block;
	margin-left: 45%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 52%;
}

.golW .menu a {
	color: #fff;
}

.golW .menu{
	/* display: flex; */
	width: max-content;
}
.golW .menu li {
	float: left;
	margin-right: 2rem;
	transition: all .8s ease;
	opacity: 1;
	/* flex: auto; */
}

.golW .menu li:nth-of-type(6) {
	margin-right: 0;
}

.golW .menu li a {
	padding-top: 20px;
	display: block;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	position: relative;
	white-space: normal;
	text-align: center;
	transition: color .2s ease;
}

.menu li a em {
	display: inline-block;
	width: 0px;
	height: 2px;
	background: #fff;
	transition: all 0.7s;
	position: relative;
	top: -5px;
}

.menu li.active a em,
.menu li a:hover em {
	width: 85%;
}

.properties {
	color: #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 15px;
}

.properties span {
	cursor: pointer;
}

.properties a {
	color: #fff;
}

.slideMenu {
	height: 60px;
	line-height: 60px;
	background: #3D6EA3;
	width: 100%;
	position: absolute;
	top: 64px;
	/*margin-top: 10px;*/
	left: 0;
	z-index: 999;
	display: none;
}

.slideMenu .slideContent {
	position: relative;
	text-align: center;
}

.slideMenu .slideContent ul {
	margin: 0 auto 10px;
	display: inline-block;
}

.slideMenu .slideContent li {
	float: left;
	margin-right: 50px;
	padding-top: 5px;
	/*display: none;*/
}

.slideMenu .slideContent li a {
	padding-left: 50px;
	color: #fff;
	display: block;
	width: auto;
	height: 50px;
	line-height: 50px;
	opacity: .7;
}

.slideMenu .slideContent li a:hover {
	opacity: 1;
}

section {
	padding-bottom: 50px;
}

.footer {
	background: rgba(242, 242, 242, 1);
	position: relative;
	padding-top: 35px;
	padding-bottom: 80px;
	height: 300px;
}

.footer .left {
	float: left;
	padding-left: 40px;
	color: #000;
	position: relative;
}

.footer .left ul {
	float: left;
}

.footer .left ul:first-child {
	margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #ddd;
}

.footer .left li {
	margin-bottom: 15px;
}

.footer .left li span {
	font-size: 18px;
}

.footer .left li a,
.footer .left li a:hover {
	color: #000;
}

.footer .right {
	float: right;
	text-align: center;
	font-size: 12px;
}

.footer .right li {
	float: left;
	margin-left: 15px;
	width: 30px;
}

.footer .right>img {
	width: 100px;
}

.footer .right>p {
	margin-top: 10px;
	margin-bottom: 15px;
}

.footer .right li {
	cursor: pointer;
	position: relative;
}

.footer .right li img {
	width: 100%;
}

.footer .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
  background: rgba(76,135,198,1);
	background: linear-gradient(270deg,rgba(61,110,163,1) 0%,rgba(76,135,198,1) 100%);
	color: #fff;
	font-size: 12px;
}

.footer .bottom a {
	color: rgba(237, 237, 237, 1);
	display: inline-block;
}

.footer .bottom-left {
	float: left;
}

.footer .bottom-right {
	float: right;
}

.mobile-header,
.showMain.menuMain {
	display: none;
}

.erCode {
	position: absolute;
	bottom: 130%;
	right: 0;
	background: #fff;
	padding: 8px;
	border: 1px solid #cfcfcf;
	width: 135px;
	display: none;
}

.erCode:after,
.erCode:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	top: 100%;
	position: absolute;
	width: 0;
}

.erCode:before {
	border-width: 8px;
	border-top-color: #cfcfcf;
	right: 8px;
}

.erCode:after {
	border-width: 6px;
	border-top-color: #fff;
	right: 10px;
}

.mobile-weixin {
	display: none;
}

.footer .left li.left-bottom{
	position: absolute;
    width: 322px;
    font-size: 14px;
    bottom: 0;
}

@media (max-width: 768px) {
	html,
	body {
		min-width: 0;
	}
	.container {
		width: 100%;
	}
	header {
		display: none;
	}
	.mobile-header {
		display: block;
		height: 60px;
		background: #fff;
		position: relative;
	}
	.mobile-header {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 0 0.3rem;
		height: 70px;
		position: relative;
	}
	.mobile-header .line {
		padding: 0.3rem 0;
		margin-left: 10px;
	}
	.mobile-header .line>div {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 3.86px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 999;
	}
	.mobile-header .line>div i {
		display: block;
		width: 3.86px;
		height: 3.86px;
		border-radius: 50%;
		background: #000;
		margin-right: 3.86px;
	}
	.mobile-header .line>div span {
		display: block;
		width: 20px;
		height: 3.86px;
		border-radius: 3.86px;
		background: #000;
	}
	.mobile-header.active .line .a {
		-webkit-transform: translateY(0.12rem) rotateZ(45deg);
		transform: translateY(0.12rem) rotateZ(45deg);
	}
	.mobile-header.active .line>div {
		width: 1.50rem;
		height: 0.04rem;
		background: #000;
	}
	.mobile-header.active .line>div i,
	.mobile-header.active .line>div span {
		opacity: 0;
	}
	.mobile-header.active .line .b {
		width: 0;
	}
	.mobile-header.active .line .c {
		-webkit-transform: translateY(-0.47rem) rotateZ(-45deg);
		transform: translateY(-0.47rem) rotateZ(-45deg);
	}
	.mobile-header .logo {
		width: 100%;
	}
	.mobile-header .mobileLogo{
		background: rgba(61,110,163,1);
		padding: 10px;
		display: block;
		width: 5rem;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.mobile-slide-nav {
		position: fixed;
		left: 0;
		top: 70px;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		background: #000;
		margin: 0;
		padding: 0;
		overflow: hidden;
		overflow-y: scroll;
		display: none;
	}
	.mobile-slide-nav .container {
		margin: 0 0.3rem;
	}
	.showMain.menuMain {
		/*display: block;*/
	}
	.showMain.menuMain dl,
	.showMain.menuMain .language,
	.showMain.menuMain .back {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: none;
		transform: none;
	}
	.menuMain dl,
	.menuMain .language,
	.menuMain .back {
		opacity: 0;
		margin-bottom: 0;
		pointer-events: none;
		-webkit-transform: scale(1.1) translateY(-24px);
		transform: scale(1.1) translateY(-24px);
		-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
		transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
		transition: opacity 0.35s ease-out, transform 0.35s ease-out;
		transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
	}
	.menuMain dt,
	.menuMain .back p {
		font-size: 1rem;
		color: #fff;
		background: url(../img/s-icon/header_add.png)right center no-repeat;
		background-size: 15px auto;
		height: 3.3rem;
		line-height: 3.3rem;
		font-weight: normal;
		position: relative;
	}
	.menuMain dt.active {
		background: url(../img/s-icon/header_rec.png)right center no-repeat;
		background-size: 10px auto;
	}
	.menuMain .back p {
		font-size: 1rem;
		color: #fff;
		background: url(../img/s-icon/header_back.png)right center no-repeat;
		background-size: 10px auto;
	}
	.menuMain dt:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 1px;
		border-top: 1px solid rgba(102, 102, 102, .5);
		color: rgba(102, 102, 102, .5);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scaleY(0.5);
		transform: scaleY(0.5);
		z-index: 2;
	}
	.menuMain dd {
		height: 3.3rem;
		line-height: 3.3rem;
		position: relative;
		padding-left: 1.6rem;
		display: none;
	}
	.menuMain dd p {
		font-size: 1rem;
		color: #fff;
	}
	.showMain.menuMain dl:nth-of-type(2) {
		-webkit-transition-delay: 100ms, 100ms;
		transition-delay: 100ms, 100ms;
	}
	.showMain.menuMain dl:nth-of-type(3) {
		-webkit-transition-delay: 180ms, 180ms;
		transition-delay: 180ms, 180ms;
	}
	.showMain.menuMain dl:nth-of-type(3) {
		-webkit-transition-delay: 260ms, 260ms;
		transition-delay: 340ms, 340ms;
	}
	.showMain.menuMain .language {
		-webkit-transition-delay: 420ms, 420ms;
		transition-delay: 420ms, 420ms;
		color: #fff;
		position: relative;
	}
	.properties{
		position: inherit;
	}
	.showMain.menuMain .language span{
		margin: 0 5px;
	}
	.menuMain .language a.active {
		border-bottom: 1px solid #fff;
	}
	.menuMain .language {
		padding: 5rem 0 2.0rem 0;
		text-align: center;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.menuMain .language a {
		font-size: 1rem;
		color: #fff;
		padding-bottom: 0.12rem;
		border-bottom: 1px solid transparent;
	}
	.menuMain .language a:nth-of-type(2),
	.menuMain .language a:nth-of-type(3) {
		margin-left: 0.58rem;
	}
	.menuMain dd:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 1px;
		border-top: 1px solid rgba(102, 102, 102, .5);
		color: rgba(102, 102, 102, .5);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scaleY(0.5);
		transform: scaleY(0.5);
		z-index: 2;
	}
	section {
		padding-bottom: 20px;
	}
	.footer {
		height: auto;
		padding-bottom: 70px;
	}
	.footer .left {
		padding-left: 0;
	}
	.footer .left ul:first-child {
		margin-right: 15px;
		border: none;
	}
	.footer .left li.left-bottom{
		position: relative;
	}
	.footer .right>img {
		width: 70px;
	}
	.footer .right {
		margin-top: 35px;
		position: absolute;
	    top: 0;
	    right: 20px;
	}
	.footer .bottom {
		height: auto;
		color: #000;
		line-height: 24px;
		bottom: 10px;
		background: transparent;
	}
	.footer .bottom a {
		color: #000;
	}
	.footer .bottom-right {
		float: left;
	}
	.footer,
	.footer .left li span {
		font-size: 14px;
	}
	.mobile-weixin {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		z-index: 12;
	}
	.mobile-weixin img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		width: 40%;
	}
	.mobile-weixin b.close-icon {
		display: inline-block;
		border-radius: 100%;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #fff;
		color: #000;
		font-weight: bold;
		cursor: pointer;
		position: absolute;
		top: 20%;
		right: 30px;
		font-size: 22px;
	}
	.backTop {
		position: fixed;
		right: 20px;
		bottom: 50px;
		z-index: 99;
		background: url(../img/s-icon/top.png) no-repeat center center;
		width: 3rem;
		height: 3rem;
		background-size: 100% auto;
		display: none;
	}
}

@media (max-width: 330px) {
	.footer,
	.footer .left li span {
		font-size: 12px;
	}
	.footer .right {
		margin-top: 0px;
	}
	body,
	html {
		font-size: 14px;
	}
}

.bdshare-button-style1-16 a {}

.bdshare-button-style1-16 a.s_tsina {
	background-image: url(../img/weibo.png);
	padding-left: 0;
	height: 24px;
	line-height: 24px;
	width: 24px;
	background-size: 100%;
}

.bdshare-button-style1-16 a.s_sqq {
	background-image: url(../img/qq.png);
	padding-left: 0;
	height: 24px;
	line-height: 24px;
	width: 24px;
	background-size: 100%;
}

.bdshare-button-style1-16 a.s_weixin {
	background-image: url(../img/weixin.png);
	padding-left: 0;
	height: 24px;
	line-height: 24px;
	width: 24px;
	background-size: 100%;
}

.sr-bdimgshare {
	display: none!important;
}

.shareList a.s_tsina {
	background-image: url(../img/weibo.png);
	padding-left: 0;
	height: 24px;
	line-height: 24px;
	width: 24px;
	background-size: 100%;
	display: block;
}

.shareList a.s_sqq {
	background-image: url(../img/qq.png);
	padding-left: 0;
	height: 24px;
	line-height: 24px;
	width: 24px;
	background-size: 100%;
	display: block;
}

.shareList a.s_weixin {
	background-image: url(../img/weixin.png);
	padding-left: 0;
	height: 24px;
	line-height: 24px;
	width: 24px;
	background-size: 100%;
	display: block;
}